home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 27 / Mac Magazin and MacEasy Magazine CD - Issue 27.iso / Online / AppleSearcher Folder / AppleSearcher Readme < prev   
Text File  |  1996-10-17  |  3KB  |  69 lines

  1. AppleSearcher
  2.  
  3. A client for Apple Computer Inc's AppleSearch text retreival
  4. server. Note: this client software is useless unless you have an
  5. AppleSearch server on your network. Contact Apple Computer or your
  6. local reseller for information on AppleSearch.
  7.  
  8. Introduction
  9.  
  10. AppleSearch is a full text indexing server. It runs on an
  11. AppleShare server and you simply drop documents into one of the
  12. folders it watches and overnight it indexes the text so that clients
  13. can find things and retrieve them.
  14.  
  15. The client that comes with AppleSearch is good, but rather "heavy"
  16. (IMHO). I wanted something that would launch fast, log in
  17. automatically, and let me do a search as soon as possible.
  18.  
  19. Using the SDK from the MacOS SDK CD I used the provided library to
  20. write my own client.
  21.  
  22. Usage
  23.  
  24. This program is a bit weird (and I won't do it this way again, I
  25. promise). Basically when you launch the application it tries to log
  26. in to the server set in its preference file. When you first run it,
  27. it will go looking for a non-existant server and will fail.
  28.  
  29. Go to the preference dialog and browse for your server, enter your
  30. username and password.
  31.  
  32. Check the enable AppleSearch checkbox and save the preferences.
  33. Then quit the program and re-launch it. It should now log in as fast
  34. as possible.
  35.  
  36. Next you need to get the source list from the server and add the
  37. ones you are interested in to the sources popup. Click the "Source:"
  38. button on the main window and add items from the list. (You must be
  39. logged in to do this of course).
  40.  
  41. Choose a source, enter your query, and hit return or enter to do
  42. your search.
  43.  
  44. The resulting list has a little bar indicating the strength of the
  45. match. Double-click a hit to view the text. You can save the found
  46. text as a BBEdit file or print it. The text window also supports drag
  47. and drop thanks to the WASTE text engine.
  48.  
  49. Limitations and workarounds
  50.  
  51. You can only search one source at a time. (The real client does
  52. multiples).
  53.  
  54. If you use multiple AppleSearch servers, you can make extra copies
  55. of the application (with different names) to connect to different
  56. servers. The preference file that stores the connection info is named
  57. after the application name.
  58.  
  59. If the client gets an error, or the network times out or
  60. something, recovery is by quitting the application. I know it's not
  61. great but most of the time it works ok.
  62.  
  63. Licensing etc
  64.  
  65. This software is Free and basically unsupported. Go ahead and try
  66. it out, I (and some of my collegues) use it pretty heavily and it
  67. seems ok. It is certainly not supported by Apple in any way.
  68.  
  69. mailto:peter.marks@pobox.com